Carbon


ResErrProcPtr

Header: Resources.h Carbon status: Supported

typedef void(* ResErrProcPtr) (
    OSErr thErr
);

You would declare your function like this if you were to name it MyResErrCallback:

void MyResErrCallback (
    OSErr thErr
);

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)